We use nav in bootstrap to create navigation bar on the website. We have different that we need to include to create nav bar using bootstrap?

How to use navbar






collapse/data-target/data-toggle="collapse"

Whenever we want to toggle(hide/show any content) on click of any anchor tag or button we have to use an attribute data-toggle="collapse"

When we use any anchor tag, we pass the content inside the href attribute. Such as if we have to show a div on click of anchor tag, First we will take class collapse on diva and then we will pass id="anyName" on the div and then paste #anyName such as href="#anyName" under href value but in the case of button we use use another attribute data-target="#anyName" because we can't use href in button

The div content will show when we click on the button and when we re-click it will hide.

class=”container” will give margin from left and right and at mobile screen it will 100% width Please note:- Note:- In container class (max-width) will change on different screen size. We know that we have 6 breakpoints:-

In class=”container-fluid” width will give 100% in all different screen size Note:- In .container (max-width) will change on different screen size.

For notes refer to this link
Introduction · Bootstrap v5.0 (getbootstrap.com) Or go the getbootstrap.com and then docs, We have different things. It is a font end framework in which html , css and javaScript used to create framework to the work easier of the developer so that we will not have repeat the same thing. It provides gri system, different classes and components for different work like to make the image responsive we class="img-fluid" . It is used to make the website responsive. We do have other frameworks but it is very famous. Componets like button to create button. We have different componts like buttons, alerts, pagination, navbar, carousel, nav, tabs, accordion, scrollspy and form etc. To use the bootstrape, we have copied the syntax and pasted in bootstrap folder, We need to go the get started.com , docs, intoroduction to the syntax

How to use it

Typography is used to style the text.

Ager h1 se h6 ka size use karna chahte hai to h1 to h6 class use kar sakte hai

Different Margin/Padding in Different Screen Size

6 column space from 0 to 575px,7 column space from 576px to 991px and again same 6 column space from 992px to above

We should use "ls" to see all the files inside the folder and then write node s and then press tab, it will take you to the source folder like node ".\src\" and if any file is inside it then write the first letter of that file name like .\src\t and then press tab and it will show the test.js file \ available inside the source folder like .\src\test.js and then press enter and it will show the output of the script of
var x = 11;

console.log(x); // 11 will display on terminal
To clear the node or excessive code on Termail use "clear"
To get into the node write node and it will show a message like Welcome to Node.js v20.14.0.
Now, you can see the code of the file by doing the above process. To get out of the node use .exit and you will be out of the node and you will see like C:\Users\pione\OneDrive\Desktop\nodeTest\test>

The core technology of node.js is v8 engine or it is built on v8.

Following are the reasons to use MySQL with WordPress: oOpen source oExtremely fast oA widely available database server oSupported by low-cost Linux hosting

At present version, there are about 11 tables in WordPress by default. You can check the number of tables in WordPress by phpMyAdmin. owp_commentmeta owp_comments owp_links owp_options owp_postmeta owp_posts owp_terms owp_term_relationships owp_term_taxonomy owp_usermeta owp_users Note: The number of tables may be changed with successive releases.

The wp_ is by default prefix of WordPress tables.

In WordPress, all objects are passed by value.

You can call a constructor for a parent class by this way: Parents:: constructor($value)

These are some situations when WordPress is not recommended: oIf the client is working on the non-CMS based project. oFor sophisticated and innovative e-commerce sites. oSites which require custom scripting solutions.

No doubt WordPress is good CMS, but Drupal and Joomla are considered better CMS than WordPress to work.

Wordpress.com is relatively more secure than wordpress.org because they limit the themes and does not allow plugin's installation. However, security depends on the hosting company of your website and also what steps they are taking to prevent the security problems.

Posts allow you to write a blog and post it on your site. They are listed in reverse chronological order on the front page of your blog..f

Pages are different from posts. They are static, and they do not change often. You can add pages containing information about you and your site.

WordPress posts are content published on a site with an exact date and time. They can be categorized systematically by category and tags. They are listed in reverse chronological order on a website. WordPress pages are static and do not frequently change such as contact us, about us, privacy policy. They don?t have a date and time published. However, the database stores their published date and time.

WordPress uses PHP codes to display posts. This PHP code is known as a loop.

You can disable the WordPress comment on the dashboard. On the panel, under the options- discussion you find "Allow people to post the comment." Uncheck this to disable comment.

You can edit WordPress comment using the dashboard. From the panel, under the Comments option, select edit to edit a comment.

Comments by visitors on a post are not published directly unless the admin provides it. It is called moderation. To change comment moderation setting, select Settings option from the dashboard and check the option "Comment must be manually approved."

If you don't want a comment from a new user on your blog, check the option "Users must be registered and logged in to comment" from Discussions under the Settings option..

Word Avatar is used for a user's profile image in online communications. Gravatar is a web-based service which allows its users to use the Avatar image.

You should follow these steps: oInstall security plugins like WP security oRe-install the latest version of WordPress oChange password and user-ids for all your users oCheck your themes and plug-ins are up to date

Categories allow a user to divide its content into different sections. Different topics publishing on a single website can be divided into different groups. It tells a reader what a post is about and they can easily find their content from a lot.

WordPress provides you an option to change category into tag and tag into a category. For this, you need to install Categories and Tags Converter from Import option under Tools section. More

With the help of tags, similar posts can be grouped. Hence, it makes more comfortable for the users to search for a particular post. Tags are similar to categories but still different.

WordPress Categories are broad-ranging. It helps a user to identify about a blog. It is possible for a post to have more than one category. A post must have at least one category. WordPress Tags are like categories, but they are used to describe a post more specifically. Tags are not necessary for every post.

WordPress user role determines access permission to the users of a WordPress site. oAdministrator: They have full rights over a site. oEditor: They deal with the content section of a website. oAuthor: They only deal with their posts. They can delete their post even after publishing. oContributor: A contributor doesn't have the right to publish their post or page. They need to send it to the administrator for review. oSubscriber: Users who are subscribed to your site can log in and update their profile. oFollower: They don't have any right. They can only read and comment on your post. oViewer: They can only read and comment on a post. More details...